home *** CD-ROM | disk | FTP | other *** search
- Path: news.iac.net!not-for-mail
- From: tony@iac.net
- Newsgroups: comp.lang.c++,comp.os.ms-windows.nt.misc,comp.os.ms-windows.programmer.tools.mfc,comp.os.ms-windows.programmer.win32
- Subject: Re: MFC Extension DLL creation - different in VC++4?
- Followup-To: comp.lang.c++,comp.os.ms-windows.nt.misc,comp.os.ms-windows.programmer.tools.mfc,comp.os.ms-windows.programmer.win32
- Date: 29 Jan 1996 23:26:10 -0500
- Organization: Internet Access Cincinnati 513-887-8877
- Message-ID: <4ek6l2$b91@wabash.iac.net>
- References: <822894063.29249@centa.demon.co.uk>
- NNTP-Posting-Host: wabash.iac.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Paul Toland (pjt@centa.demon.co.uk) wrote:
-
- : The V4.00 App Wizard seems to generate a totally different type of
- : 'DLL', defined as CWinApp, which does not appear in the main App's DLL
-
- If you selected Extension DLL option in App Wizard you do not get
- CWinApp. You must have selected MFC DLL but not an Extension DLL.
-
- These are two separate options. Former creates CWinApp, later crrates
- DllInit.
-
- Tony
-
-
-
-
-
-
-
-
-